Interface UserDesktopAppConfig

All Superinterfaces:
IPCObject
All Known Implementing Classes:
UserDesktopAppConfigImpl

public interface UserDesktopAppConfig extends IPCObject
Information provided by the PKI file:

    \class UserDesktopAppConfig
    
    \brief User desktop app config class.
    
Author:
Auto-generated
  • Method Details

    • getProjectDir

      String getProjectDir()
      Returns:
      String Returns a String
    • getId

      String getId()
      Returns:
      String Returns a String
    • getVersion

      String getVersion()
      Returns:
      String Returns a String
    • getName

      String getName()
      Returns:
      String Returns a String
    • getDescription

      String getDescription()
      Returns:
      String Returns a String
    • getAuthor

      String getAuthor()
      Returns:
      String Returns a String
    • getContact

      String getContact()
      Returns:
      String Returns a String
    • getLanguage

      String getLanguage()
      Returns:
      String Returns a String
    • getGuiName

      String getGuiName()
      Returns:
      String Returns a String
    • getHtmlFile

      String getHtmlFile()
      Returns:
      String Returns a String
    • getIconFile

      String getIconFile()
      Returns:
      String Returns a String
    • isBackgroundGuiApp

      boolean isBackgroundGuiApp()
      Returns:
      boolean Returns a boolean
    • setOnDesktop

      void setOnDesktop(boolean bOnDesktop)
      Parameters:
      bOnDesktop - Takes in a parameter of bOnDesktop
    • isOnDesktop

      boolean isOnDesktop()
      Returns:
      boolean Returns a boolean
    • getCommandCount

      int getCommandCount()
      Returns:
      int Returns a int
    • getCommandAt

      UserDesktopAppCliConfig getCommandAt(int index)
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserDesktopAppCliConfig Returns a UserDesktopAppCliConfig
    • getFilesDir

      Directory getFilesDir()
      Returns:
      Directory Returns a Directory
    • getAutoInstallDeviceCount

      int getAutoInstallDeviceCount()
      Returns:
      int Returns a int
    • getAutoInstallDeviceAt

      DeviceType getAutoInstallDeviceAt(int index)
      Parameters:
      index - Takes in a parameter of index
      Returns:
      DeviceType Returns a DeviceType
    • hasAutoInstallDevice

      boolean hasAutoInstallDevice(DeviceType type)
      Parameters:
      type - Takes in a parameter of type
      Returns:
      boolean Returns a boolean